home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / phoa / phoa-setup-1.1.9.exe / {app} / phoa.exe / 0 / RCDATA / TPHOAWIZARDFORM / TPHOAWIZARDFORM.txt
Text File  |  2005-01-21  |  2KB  |  130 lines

  1. object PhoaWizardForm: TPhoaWizardForm
  2.   Left = 369
  3.   Top = 278
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = '<wizard caption>'
  7.   ClientHeight = 401
  8.   ClientWidth = 592
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 430
  11.   Constraints.MinWidth = 600
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poMainFormCenter
  15.   ShowHint = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object bvBottom: TBevel
  19.     Left = 0
  20.     Top = 363
  21.     Width = 592
  22.     Height = 2
  23.     Align = alBottom
  24.     Shape = bsBottomLine
  25.   end
  26.   object bvTopPanel: TBevel
  27.     Left = 0
  28.     Top = 61
  29.     Width = 592
  30.     Height = 2
  31.     Align = alTop
  32.     Shape = bsBottomLine
  33.   end
  34.   object pMain: TPanel
  35.     Left = 0
  36.     Top = 63
  37.     Width = 592
  38.     Height = 300
  39.     Align = alClient
  40.     BevelOuter = bvNone
  41.     BorderWidth = 8
  42.     TabOrder = 0
  43.   end
  44.   object pButtons: TPanel
  45.     Left = 0
  46.     Top = 365
  47.     Width = 592
  48.     Height = 36
  49.     Align = alBottom
  50.     BevelOuter = bvNone
  51.     TabOrder = 1
  52.     DesignSize = (
  53.       592
  54.       36)
  55.     object bCancel: TButton
  56.       Left = 508
  57.       Top = 6
  58.       Width = 75
  59.       Height = 23
  60.       Anchors = [akTop, akRight]
  61.       Cancel = True
  62.       Caption = 'Cancel'
  63.       TabOrder = 3
  64.       OnClick = bCancelClick
  65.     end
  66.     object bNext: TButton
  67.       Left = 368
  68.       Top = 6
  69.       Width = 75
  70.       Height = 23
  71.       Anchors = [akTop, akRight]
  72.       Caption = 'Next >'
  73.       Default = True
  74.       TabOrder = 2
  75.       OnClick = bNextClick
  76.     end
  77.     object bHelp: TButton
  78.       Left = 8
  79.       Top = 6
  80.       Width = 75
  81.       Height = 23
  82.       Caption = 'Help'
  83.       TabOrder = 0
  84.       OnClick = bHelpClick
  85.     end
  86.     object bBack: TButton
  87.       Left = 288
  88.       Top = 6
  89.       Width = 75
  90.       Height = 23
  91.       Anchors = [akTop, akRight]
  92.       Caption = '< Back'
  93.       TabOrder = 1
  94.       OnClick = bBackClick
  95.     end
  96.   end
  97.   object pHeader: TPanel
  98.     Left = 0
  99.     Top = 0
  100.     Width = 592
  101.     Height = 61
  102.     Align = alTop
  103.     BevelOuter = bvNone
  104.     BorderWidth = 8
  105.     Color = clWindow
  106.     ParentBackground = False
  107.     TabOrder = 2
  108.     object lHeading: TLabel
  109.       Left = 8
  110.       Top = 8
  111.       Width = 531
  112.       Height = 45
  113.       Align = alClient
  114.       AutoSize = False
  115.       Caption = '<heading>'
  116.       Transparent = False
  117.       Layout = tlCenter
  118.       WordWrap = True
  119.     end
  120.     object iIcon: TImage
  121.       Left = 539
  122.       Top = 8
  123.       Width = 45
  124.       Height = 45
  125.       Align = alRight
  126.       Center = True
  127.     end
  128.   end
  129. end
  130.